VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfVisualTool Class / PointsFromPageSpaceToViewerSpace Methods / PointsFromPageSpaceToViewerSpace(PointF[],VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    PointsFromPageSpaceToViewerSpace(PointF[],VintasoftImage) Method (PdfVisualTool)
    In This Topic
    Converts points from the PDF page's coordinate space to the image viewer's coordinate space.
    Syntax
    'Declaration
    
    Public Overloads Sub PointsFromPageSpaceToViewerSpace( _
    ByVal points
    Provides points, in the PDF page's coordinate space, to convert; returns the converted points, in the image viewer's coordinate space.
    () As System.Drawing.PointF, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public void PointsFromPageSpaceToViewerSpace(
    System.Drawing.PointF[] points,
    Vintasoft.Imaging.VintasoftImage image
    )
    public: void PointsFromPageSpaceToViewerSpace(
    System.Drawing.PointF[]* points,
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    void PointsFromPageSpaceToViewerSpace(
    array<System.Drawing.PointF>^ points,
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    points
    Provides points, in the PDF page's coordinate space, to convert; returns the converted points, in the image viewer's coordinate space.
    image
    The image.
    Exceptions
    ExceptionDescription
    Thrown if focused image is not a PDF page.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also